home *** CD-ROM | disk | FTP | other *** search
- Path: magnet.at!nuucpgw!m.imlinger
- From: m.imlinger@magnet.at (markus imlinger)
- Reply-To: m.imlinger@magnet.at
- Newsgroups: comp.lang.c
- Distribution: world
- Subject: (void(far *)()) 0
- Date: 25 Jan 1996 19:56:04 GMT
- Message-ID: <341998718.10858110@magnet.at>
- Organization: magnet Online Service
-
- In a C-Programm I saw the instruction:
- .... = (void(far *)()) 0;
-
- It seems that (void(far *)()) is a cast-
- operator.
-
- If so this instruction casts 0 to a far-
- pointer to a function which returns nothing.
-
- Now I want to know if my assumption is right and
- in case it is, what does this mean for 0 ?
-
- Thanks in advance
- Markus
-
- m.imlinger@magnet.at
-